-
Notifications
You must be signed in to change notification settings - Fork 2
Migrate to UV & fix some tests #185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
merge if you dare |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, did you test in the production emulation thing you made?
@@ -1,7 +1,7 @@ | |||
#!/bin/bash | |||
|
|||
# Django Migrate | |||
/usr/bin/python3 /app/manage.py migrate --noinput | |||
python3 manage.py migrate --noinput || |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no uv here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The default python3 should be the python3 installed uv. Which, I think it is because otherwise the deps wouldn't resolve
No description provided.